
body {
    position: relative;
}
ul.nav-taps1 {
    bottom: 20px;
    right: 36px;
    position: fixed;
}
.banner {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:767px) {
    .banner {
        height: 220px;
    }
}
@media screen and (min-width:768px) {
    .banner {
        height: 450px;
    }
}
@media screen and (min-width:992px) {
    .banner {
        height: 550px;
    }
}
@media screen and (min-width:1200px) {
    .banner {
        height: 600px!important;
    }
}
.container{
    padding-left: 0;
    padding-right: 0;
}
/* 右侧导航 */
.right-nav{
    z-index: 999;
}
.right-nav .right-nav-line{
    width: 2px;
    height:300px;
    background-color: #c6c6c6;
    position: fixed;
    bottom: 20px;
    right: 42px;
}
.right-nav .right-nav-line-service{
    height: 230px !important;;
}
.right-nav .right-nav-dot{
    position: fixed;
    bottom: 20px;
    right: 60px;
}
/* 服务项目 */
.service_product {
    overflow:hidden;
}
.service_product .service_big_box{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 440px;
    border-radius: 5px;
    background-image:url(../modiyImages/shuiyin.png)!important;
    background-repeat:no-repeat!important;
	background-position:right bottom!important;
}

.service_product .service_box{
    height: 92px;
    border-radius: 5px;
    padding-bottom: 23px;
    background-image:url(../modiyImages/headbg.png)!important;
    padding: 23px;
    color: #fff;
}
.service_product .service_box h4{
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}
.service_product .service_box p{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.service_product  .service_little_box{
    padding: 20px 23px 0px; 
}
.service_product .service_little_box a:hover{
    text-decoration: underline;
}
.service_product  .service_little_box h5{
    margin-top: 0;
}
.service_product  .service_little_box h5 a{
    color: #333333;
}
.service_product  .service_little_box p{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-left: 20px;
}
.service_product  .service_little_box p a{
    color: #999999;
}
.service_product  .service_little_box img{
    vertical-align:middle;
}
.content-bg{
    height: 90px;
    width: 100%;
    background-image:url(../modiyImages/zb_rep_bg.png)!important;
}
.content-bg2{
    width:100%;
    background-color: #fff;
    /* float:left; */
    z-index:888;
}
/* 系统软件案例 */
.soft{
    width:100%; 
    /* float:left; */
}
.soft h2{
    height: auto;
    margin-top:-35px;
    /* font-size:49px; */
}
.soft p{
    margin-top:30px;
    margin-bottom:50px;
    font-size:16px;
    line-height:1.7em; 
    font-weight:bolder}
.nav-case-tabs{
    display: flex;
    flex-direction: column;
}
.softTab{
    display: flex;
}
.softTab ul{
    width:320px;
}
.softTab ul li{
    display: flex;
    height: 95px;
    border-bottom:1px solid #e6e6e6;
}
.softTab ul li span:nth-child(1) {
    font-size:46px;
    color:#ededed;
    font-weight:700;
    padding-right:15px;
    line-height: 95px;
}
.softTab ul li span:nth-child(2) {
    display: flex; 
    flex-direction: column;
    margin:auto 0;
    flex: 1;
}
.softTab ul li span:nth-child(2) a:nth-child(1){
    font-size: 16px;
    font-weight: 700;
    color:#333333;
}
.softTab ul li span:nth-child(2) a:nth-child(2){
    font-size: 12px;
    color:#999999;
}
.softTab ul li span:nth-child(3) {
    margin:  auto 2px;
}
.softTab ul li:hover span:nth-child(1){
    color: #004b8e;
}
.softTab ul li:hover a{
    text-decoration: underline;
}
.softTab .pagationDiv ul .active span{
    color:#004b8e;
}
.softTab .pagationDiv ul li span .blueicon{
    display: none;
}
.softTab .pagationDiv ul li :hover span{
    color:#004b8e;
}
.softTab .pagationDiv ul li :hover span{
    color:#004b8e;
}
.content-bg2 .tab-content{
    width:780px;
    margin-left: 100px;
}
.content-bg2 .tab-content .soft-title{
    color: #333333;
    font-size: 20px;
    padding: 20px 0;
    margin-bottom: 0!important;
}
.content-bg2 .tab-content .soft-txt{
    font-size: 14px;
    color: #808080;
    margin-bottom: 0!important;
    margin-top: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.content-bg2 .tab-content .tab-content-title-box{
    display: flex;
    justify-content: space-between;
}
.content-bg2 .tab-content .tab-content-title-box span:nth-child(2){
    margin: auto 0;
}
.tap-nav{
    text-align: right;
}
.tap-nav span:nth-child(1){
    font-size: 20px;
    color:#004b8e;
}
.tap-nav span:nth-child(2){
    font-size: 16px;
}
.case-button{
    display:flex;
    margin: 0 auto;
    font-size: 16px;
    padding: 13px 23px;
    border-color: #333333;
    margin-bottom: 90px;
    margin-top: 40px;
    background-color:#33333300;
}
.jiantou-white{
    display: none;
}
.case-button:hover{
    border-color: #004b8e;
    background-color: #004b8e;
    color: #fff;
}
.case-button:hover .jiantou-black{
    display: none;
}
.case-button:hover .jiantou-white{
    display: block;
}
.case-button img{
    margin:auto;
    margin-left: 13px;
}
/* 系统软件案例 */
.content-bg3{
    width:100%;
    height: 400px;
    /* float:left; */
    background:url(../modiyImages/laptop1.png) center;
    position: relative;
    /* z-index: -2; */
   }
.mask {
    position: absolute;
    width:100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.4);
    /* z-index: -1; */
    color: #fff;
    text-align: center;
}
.mask h1{
    padding-top: 90px;
}
.mask p{
    font-size: 16px;
    padding-top: 38px;
    line-height: 30px;
}
.content-bg3 .jiantou-black{
    display: block;
}
.content-bg3 .jiantou-white{
    display: none;
}
.content-bg3 .case-button{
    color: #333333;
    background-color: #ffffff00;
    border: 1px solid #333333;
    margin-top: 50px;
}
.content-bg3 .case-button:hover{
    background-color: #004b8e;
    color: #fff;
    border: 1px solid #004b8e;
}
.content-bg3 .case-button:hover .jiantou-black{
    display: none;
}
.content-bg3 .case-button:hover .jiantou-white{
    display: block;
}
.content-bg3 .case-button img{
    margin:auto;
    margin-left: 13px;
}
/* 技术专题 */
.technology .pagationDiv ul{
    list-style:none;
    margin: 0 auto;      /*让ul在div中水平居中 */
    padding:0;
    text-align:center;   /*让li在ul中水平居中*/
}
.technology .pagationDiv ul li{
    display:inline-block;
    height:30px;
    line-height:30px;
    margin-right:90px;
}
.technology .pagationDiv ul li span{
    display:block;
    font-size: 18px;
    color: #808080;
    text-align:center;
    margin: 0 auto;
}
.technology .pagationDiv ul li a{
    padding-left:5px;
    padding-right:5px;
    text-decoration: none;
}
.technology .pagationDiv ul .active span{
    color:#004b8e;
}
.technology .pagationDiv ul li span .blueicon{
    display: none;
}
.technology .pagationDiv ul li :hover span{
    color:#004b8e;
}
.technology .pagationDiv ul li :hover span{
    color:#004b8e;
}
.technology .pagationDiv ul li :hover .whiteicon{
    display: none;
}
.technology .pagationDiv ul li :hover span .blueicon{
    display: inline-block;
}
.technology .pagationDiv ul .active  .whiteicon{
    display:none;
} 
.technology .pagationDiv ul .active .blueicon{
    display: inline-block;
} 
.technology .tab-content{
    margin-top: 70px;
}
.technology .datetaps{
    display: block;
    height:36px;
    font-size:16px;
    line-height:36px;
    border-radius: 4px 0px 0px 0px;
    padding:0 22px;
    position:absolute;
    left:0;
    top:0;
    color:#ffff;
    background-color:rgba(0,0,0,0.5);
}
.technology .technology-big-box{
    position:relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.technology .technology-big-box .news-pic{
    width: 100%;
}
.technology .technology-big-box a h5{
    color:#333333;
    font-size: 16px;
    margin-top: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.technology .technology-big-box a:nth-child(2):hover h5{
    color:#004b8e;
    text-decoration: underline;
}
.technology .technology-big-box a:nth-child(3):hover p{
    text-decoration: underline;
}
.technology .technology-big-box a p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color:#808080;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.technology .technology-big-box .news-txt{
    display: flex;
}
.case-button-zhuanti{
    display:flex;
    margin: 0 auto;
    background-color: #004b8e;
    color: #fff;
    font-size: 16px;
    border: 1px solid #004b8e;
    margin-top: 50px;
    padding: 13px 23px;
    border-radius: 4px;
}
.case-button-zhuanti .jiantou-white{
    display: block;
}
.case-button-zhuanti img{
    margin:auto;
    margin-left: 13px;
}

/* 产品推介 */
.product-content{
    width:100%;
    background-color: #fff;
    /* float:left; */
    z-index:888;
}
.product-content .product-big-box{
    position:relative;
    height: 148px;
    padding: 22px;
    background: #f7f7f7;
    border-radius: 4px;
}
.product-content .product-big-box .news-pic{
    width: 100%;
}
.product-content .product-big-box .product-title{
    border: 1px solid #999999;
    border-radius: 4px;width: 60px;
    font-size: 12px;
    color: #808080;
    line-height: 24px;
    padding: 2px;
}
.product-content .product-big-box div{
    display: flex;
    justify-content: space-between;
}
.product-content .product-big-box div span:nth-child(1) a{
    font-size: 16px; 
    color: #333333; 
}
.product-content .product-big-box div span:nth-child(2){
    color: #ff7800;
    line-height: 24px; 
}
.product-content .product-big-box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.product-content .product-big-box p a{
    color: #808080;
}
.about{
    margin-top: 0;
}
/* 友情链接 */
.links-content{
    width:100%;
    /* height: 72px; */
    background-color: #fff;
    border-top: 10px solid #cccccc;
    float:left;
    z-index:888;
    font-size: 14px;
    /* line-height: 62px; */
    line-height: 36px;
}
.links-content .container ul{
    display: flex;
    flex-wrap: wrap;
}
.links-content .container ul li a{
    font-size: 14px;
    color:#666666;
    padding:0 5px;
}
.links-content .container ul li:nth-child(1){
    color:#333333;
    font-size: 16px;
}
/* footer */
.middle a{
    /*float: right;*/
    margin-top: 25px;
}
/* 右侧导航 */
.nav-stacked li a{
    height: 20px !important;
    width:30px !important;
    border-radius: 5px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav-taps1 li a{
    height: 14px !important;
    width:14px !important;
    border-radius: 7px;
    border: 1px solid #e2e2e2;
    padding: 0;
    background-color: #efefef;
    margin-top: 26px;
    margin-bottom: 26px;
}
.nav-taps1 > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #333333;
}
.nav-taps2  li a{
    color: #b6b6b6;
}
.nav-taps2 > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #333333;
    background-color: #428bca00;
}
/* 互联网服务页面 */
/* 企业邮箱 */
.email-content{
    width:100%;
    background-color: #fff;
    z-index:888;
    padding-bottom: 110px;
}
.email-content .small-title{
    padding-top: 80px;
    padding-bottom: 37px;
}
.email-content .small-title span{
    display: inline-block;
    height: 30px;
    border-left: 6px solid #004b8e;
    line-height: 30px;
    font-size: 30px;
    padding-left: 15px;
}
.email-box{
    width: 740px; 
    display: flex;
    justify-content: space-between;
}
.email-box .email-small-box{
    width: 354px;
}
.email-box .email-small-box img{
    width: 100%;
}
.email-box .email-small-box h4{
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
}
.email-box .email-small-box .email-txt{
    font-size: 14px;
    color: #808080;
    font-weight:400;
    line-height: 22px;
    margin-bottom:0px;
}
.email-box .email-small-box .email-price{
    display: flex;
    justify-content: space-between;
    height: 44px;
    background: #f7f7f7;
    border-radius: 4px;
}
.email-box .email-small-box .email-price span:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: #ff7800;
    line-height: 44px;
    padding-left: 10px;
}
.email-box .email-small-box .email-price span:nth-child(2){
    font-size: 12px;
    color: #808080;
    line-height: 44px;
    padding-right: 10px;
}
.email-content .email-benefit{
    font-size: 14px;
    line-height: 24px;
}
.email-content .email-benefit p{
    color: #333333;
}
.email-content .email-benefit ul li{
    color: #808080;
    padding: 10px 0;
}
/* 云服务器 */
.server-neichun{
    display: flex;
    justify-content: space-between;
}
.server-neichun span:nth-child(1){
    font-size: 16px;
    padding: 15px 0;
}
.server-neichun span:nth-child(2){
    font-size: 12px;
    color: #ff7800;
    padding: 15px 0;
}
.cloud-server-content{
    width:100%;
    background-color:#f9fcff;
    z-index:888;
    padding-bottom: 110px;
}
.cloud-server-content .cloud-small-box .cloud-small-box-title{
    display: flex;
    justify-content: space-between;
}
.cloud-server-content .cloud-small-box .cloud-small-box-title span:nth-child(2){
    line-height: 48px;
    font-size: 12px;
    color: #ff7800;
}
.fenye .pages{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
/* 软件服务页面 */
.system-soft h4:hover {
    text-decoration: underline;
}
.system-soft p:hover {
    text-decoration: underline;
}
.system-soft h4{
    font-size: 20px;
    margin-top: 0px;
    padding: 20px 0 0;
    color: #333333;
}
.system-soft .soft-title-p{
    margin-bottom: 10px!important;
    font-size: 12px;
    color: #808080;
    padding-bottom: 20px;
}
.system-soft .system-soft-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 4px;
}
.system-soft .system-soft-box img{
    width: 100%;
    border-radius: 4px;
    max-height: 286px;
}
.system-soft .system-soft-box .system-soft-txt{
    background-color: #ffff;
    border-radius: 4px;
    text-align: center;
}
/* AI与物联网应用开发 */
.product-AI .product-AI-box{
    width: 296px;
    height: 380px;
    background: #ffffff;
    border-radius: 4px;
    margin: 2px;
    padding:0 24px;
}
.product-AI h4 {
    font-size: 20px;
    text-align: center;
    padding-top: 45px;
    color: #333333;
}
.product-AI h4:hover  {
    color: #004b8e;
}
.product-AI .product-AI-box:hover{
    box-shadow: 0 0 8px #5095e1;
}
.product-AI .product-AI-box p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}
.product-AI .product-AI-box .product-AI-img-box{
    height:170px;
    display: flex;
}
.product-AI .product-AI-box .product-AI-img-box img{
    margin: auto;
    max-width: 122px;
}
.product-AI .product-AI-box button{
    width: 249px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 4px;         
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 32px;
    border: 0px;
}
.product-AI .product-AI-box button:hover{   
    background:  #004b8e;
    color: #ffffff;
}
/* 详情 */
.apiProduct-content{
    width:100%;
    background-color: #fff;
    z-index:888;
    padding-bottom: 110px;
}
.apiProduct-content .solution{
    padding-top: 90px;
}
.apiProduct-content .solution .solution-title{
    display: flex;  
    justify-content: space-around;
}
.apiProduct-content .solution .solution-title div:nth-child(1){
    width: 510px;
    height: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.apiProduct-content .solution .solution-title div:nth-child(2){
    width: 120px;
    height: 30px;
    font-size: 30px;
    color: #333333;
    line-height: 24px;
}
.apiProduct-content .solution .solution-title div:nth-child(3){
    width: 510px;
    height: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.apiProduct-content .small-title{
    padding-top: 45px;
    padding-bottom: 30px;
}
.apiProduct-content .small-title span{
    display: inline-block;
    height: 30px;
    border-left: 6px solid #004b8e;
    line-height: 30px;
    font-size: 24px;
    padding-left: 15px;
}
.apiProduct-content .project-background{
    display: flex;     
    flex-direction: column;
    font-size: 16px;
    color: #808080;
    line-height: 32px;
}
.apiProduct-content .project-background img{
    margin: auto!important;
}
.apiProduct-content .project-disad h4{
    font-size: 20px;
    color: #333333;
}
.apiProduct-content .project-disad p{
    font-size: 16px;
    color: #808080;
    line-height: 36px;
}
.apiProduct-content .case-button{
    margin-bottom: 0;
}
/* 技术专题页面 */
.special-subject{
    padding-bottom: 50px;
}
.special-subject .ad-subject-prlist{
    display:flex ;
    padding: 20px 40px
}
.special-subject .ad-subject-prlist:nth-child(1){
    padding: 40px 40px 20px 40px;
}
.special-subject .ad-subject-prlist .picture {
    width: 228px;
    height: 152px;
}
.special-subject .ad-subject-prlist .picture img {
    /* width: 100%; */
height: 152px!important;
}
.special-subject .ad-subject-prlist .subject-txt{
    padding-left: 62px;
    width: 892px;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-title{
    display: flex;
    justify-content: space-between;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-title span:nth-child(1) h4{
    font-size: 16px;
    color: #004b8e;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-title span:nth-child(2){
    font-size: 24px;
    color: #004b8e;
    line-height: 24px;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-summary{
    display: flex;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-summary span:nth-child(1){
    padding-bottom: 30px;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-summary span:nth-child(1) p{
    font-size: 14px;
    color: #808080;
    line-height: 24px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}
.special-subject .ad-subject-prlist .subject-txt .subject-txt-summary span:nth-child(2) {
    width: 36px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height:20px;
    font-size: 12px;
    color: #999999;
    padding:2px;
    line-height: 16px;
}
.special-subject a:hover {
    text-decoration: underline;
}
.special-subject .subject-jiantou {
    display: block;
    width: 50px;
    height: 30px;
}
.special-subject .subject-jiantou .subject-jiantou-blue{
    display: none;
}
.special-subject .subject-jiantou:hover .subject-jiantou-blue{
    display: block!important;
}
.special-subject .subject-jiantou:hover .subject-jiantou-white{
    display: none;
}
.underline{
    width: 1120px;
    height: 1px;
    border: 1px solid #e6e6e6;
    margin: auto;
}
